installer: Fix typo
authorColin Walters <walters@verbum.org>
Thu, 9 Feb 2012 01:22:04 +0000 (20:22 -0500)
committerColin Walters <walters@verbum.org>
Thu, 9 Feb 2012 01:22:04 +0000 (20:22 -0500)
gnomeos/yocto/gnomeos-install.sh

index b9621f62227073758abc3caff71c1ee666fdc01e..4d4c4e49ebfc40ab9e1b585cd7340feab0519719 100755 (executable)
@@ -102,4 +102,4 @@ linux-user-chroot \
     /ostree/${BRANCH_PREFIX}devel-current \
     dracut -f /tmp/${initrd_name} "${uname}"
 mv "${initrd_tmpdir}/${initrd_name}" "/boot/${initrd_name}"
-rm -rf $"{initrd_tmpdir}"
+rm -rf "${initrd_tmpdir}"